@charset "utf-8";

.container1 {
	width: 400px;
	height: auto;
	background-color: #E6E6E6;
	padding: 4px;
	margin-left: 12px;
	float: left;
}

.container1 .div_scroll {
	width: 100%;
	height: 200px;
	overflow: auto;
	float: left;
}	

.container1 .scroll_container {
	overflow: hidden;
	position: relative;
	background-color: #F8F8F8;
}

.container1 .scroll_absolute {
    position: absolute;
}

.container1 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: green;
    margin: 0;
    padding: 0;
}

.container1 .scroll_track {
	position: relative;
	background-color: #BCB794;
}

.container1 .scroll_drag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #827B51;
}

.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}

.container1 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}

.container2 {
	width: 410px;
	height: auto;
	margin-left: 0px;
}

.container2 .div_scroll {
	width:410px;
	overflow: auto;
}	

.container2 .scroll_container {
	overflow: hidden;
	position: relative;
	height: 205px;
	/*border-radius: 5px;*/
}

.container2 .scroll_absolute {
    position: absolute;
    padding-top: 10px;
}

.container2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0px;
    width: 6px;
    height: 100%;
    background: #f6f6f6;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
}

.container2 .scroll_track {
	position: relative;
	background-color:#e5e5e5;
	border-right: 5px;
	overflow: hidden;
}

.container2 .scroll_drag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #1d2088;
	height: 20px;
	border-radius: 8px;
}

.container2 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #369DB4;
}

.container2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}
.div_scroll{height: 710px;}
@media screen and (min-width:1300px){
	.div_scroll{height: 710px;}

}
@media screen and (max-width:1200px){
	.div_scroll{height: 672px;}
}
@media screen and (max-width:960px){
	.div_scroll{height: 672px;}
	.container2{width: 90%;}
	.container2 .div_scroll{width: 90% ! important;}
}